home *** CD-ROM | disk | FTP | other *** search
/ Aminet 45 / Aminet 45 (2001)(GTI - Schatztruhe)[!][Oct 2001].iso / Aminet / game / role / ldmud-3.2-bin.lha / mud / doc / efun / getuid < prev    next >
Text File  |  2001-04-06  |  470b  |  16 lines

  1. SYNOPSIS
  2.         string getuid(object ob)
  3.  
  4. DESCRIPTION
  5.         User-ids are not used in compat mode.
  6.         Get user-id of the object, i.e. the name of the wizard or
  7.         domain that is responsible for the object. This name is also
  8.         the name used in the wizlist. If no arg is given, use
  9.         this_object() as default.
  10.  
  11. HISTORY
  12.         Since 3.2.1@47, this efun is an alias for creator().
  13.  
  14. SEE ALSO
  15.         seteuid(E), geteuid(E), export_uid(E), creator(E)
  16.